www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/blog/lang/zh-tw.php

    <?php
$lang['blog']['title'] = '網誌';
$lang['blog']['main_message'] = '這裏你可以在此類別中加入新的文章,文章將會自動地依日期儲存。';
$lang['blog']['descr'] = '使用網誌刊登最新的資料或為你的參觀者寫一些文章';
$lang['blog']['categories'] = '類別';
$lang['blog']['category'] = '分類';
$lang['blog']['choose_cat'] = '更改分類...';
$lang['blog']['no_cat'] = '未有分類';
$lang['blog']['new_cat'] = '新類別';
$lang['blog']['new_cat_message'] = '先為你的新類別選擇一名稱,然後按"儲存"';
$lang['blog']['delete_cat'] = '刪除類別';
$lang['blog']['posts'] = '現有文章';
$lang['blog']['new_post'] = '寫新文章';
$lang['blog']['edit_post'] = '編輯文章';
$lang['blog']['delete_post'] = '刪除文章';
$lang['blog']['at'] = 'at';
$lang['blog']['in'] = 'in';
$lang['blog']['posted_by'] = '張貼人';
$lang['blog']['reactions'] = '回應';
$lang['blog']['reaction'] = 'reaction';
$lang['blog']['edit_reactions'] = '編輯回應';
$lang['blog']['edit_reactions_message'] = '這裏你可以編輯參觀者對你文章的回應。';
$lang['blog']['edit_reaction'] = 'edit reaction';
$lang['blog']['delete_reaction'] = '刪除回應';
$lang['blog']['name'] = 'name';
$lang['blog']['email'] = 'email';
$lang['blog']['website'] = 'website';
$lang['blog']['message'] = 'message';
$lang['blog']['html_not_allowed'] = 'HTML-code 在此並不容許。';
$lang['blog']['no_reactions'] = 'no reactions';
$lang['blog']['allow_reactions'] = 'Allow visitors to post reactions.';
$lang['blog']['read_more'] = 'read more';
$lang['blog']['truncate_posts'] = 'The number of characters blog posts will be truncated to. Choose 0 to disable truncation.';
$lang['blog']['numeric_error'] = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page'] = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error'] = 'The number of posts per page cannot be zero!';
$lang['blog']['pages'] = 'Pages:';
$lang['blog']['post_date'] = 'Choose date format.';
$lang['blog']['post_time'] = 'Choose time format.';
?>